Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.quota.contrib--quotaStatsUpdaters

This contribution is part of XML component org.nuxeo.ecm.quota.contrib inside nuxeo-quota-core-6.0.jar

Extension Point

Extension point quotaStatsUpdaters of component QuotaStatsService.

Contributed Items

  • <quotaStatsUpdater class="org.nuxeo.ecm.quota.count.DocumentsCountUpdater" descriptionLabel="label.quota.documentsCountUpdater.description" label="label.quota.documentsCountUpdater" name="documentsCountUpdater"/>
  • <quotaStatsUpdater class="org.nuxeo.ecm.quota.size.QuotaSyncListenerChecker" descriptionLabel="label.quota.documentsCountAndSizeUpdater.description" label="label.quota.documentsCountSizeUpdater" name="documentsSizeUpdater"/>

XML Source

<extension point="quotaStatsUpdaters" target="org.nuxeo.ecm.quota.QuotaStatsService">

    <quotaStatsUpdater class="org.nuxeo.ecm.quota.count.DocumentsCountUpdater" descriptionLabel="label.quota.documentsCountUpdater.description" label="label.quota.documentsCountUpdater" name="documentsCountUpdater"/>

    <quotaStatsUpdater class="org.nuxeo.ecm.quota.size.QuotaSyncListenerChecker" descriptionLabel="label.quota.documentsCountAndSizeUpdater.description" label="label.quota.documentsCountSizeUpdater" name="documentsSizeUpdater"/>

  </extension>